![]() | ![]() | ![]() | ![]() |
When you cluster the middle-tier and use a third-party database for SAS Shared Services, the following message might appear in SAS® Deployment Wizard during the configuration of the cluster code:
Note: The applications in the list above might vary depending on what applications were originally configured.
To resolve this problem:
<Resource auth="Container" driverClassName="org.postgresql.Driver" factory="com.sas.vfabrictcsvr.atomikos.BeanFactory" maxPoolSize="256" minPoolSize="10" name="sas/jdbc/SharedServices" password="${pw.sas.jdbc.SharedServices}" testQuery="select 1" type="com.atomikos.jdbc.nonxa.AtomikosNonXADataSourceBean" uniqueResourceName="sas/jdbc/SharedServices" url="jdbc:postgresql://database-host-name:database-port/SharedServices" user="dbms-owner"/>
Note: The example above is for PostgreSQL. Your URL might be different.
An incorrect URL attribute looks similar to the following example:
<Resource auth="Container" driverClassName="org.postgresql.Driver" factory="com.sas.vfabrictcsvr.atomikos.BeanFactory" maxPoolSize="256" minPoolSize="10" name="sas/jdbc/SharedServices" password="${pw.sas.jdbc.SharedServices}" testQuery="select 1" type="com.atomikos.jdbc.nonxa.AtomikosNonXADataSourceBean" uniqueResourceName="sas/jdbc/SharedServices" url="jdbc:://database-host-name:database-port;/SharedServices" user="dbms-owner"/>
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Web Application Server | Microsoft® Windows® for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
64-bit Enabled AIX | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
64-bit Enabled Solaris | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
HP-UX IPF | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Linux for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Solaris for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |